home *** CD-ROM | disk | FTP | other *** search
- Path: ix.netcom.com!news
- From: wile@ix.netcom.com(william eberle )
- Newsgroups: comp.lang.c++
- Subject: rewind( ) equivalent in C++ ?
- Date: 29 Mar 1996 06:24:42 GMT
- Organization: Netcom
- Message-ID: <4jfvna$lcm@dfw-ixnews2.ix.netcom.com>
- References: <4ho8sv$1m4@calvin.risq.qc.ca> <4jej25$h2h@news.rwth-aachen.de>
- NNTP-Posting-Host: ix-ron-ny6-56.ix.netcom.com
- X-NETCOM-Date: Fri Mar 29 12:24:42 AM CST 1996
-
-
- I've opened a file for reading. After it has been read, it will need to
- be re-read from the beginning of the file. In C, I would use the
- "rewind" function. What is the C++ equivalent? Thank you.
-